home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / symbol.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  3KB  |  108 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. single_input = 256
  5. file_input = 257
  6. eval_input = 258
  7. decorator = 259
  8. decorators = 260
  9. funcdef = 261
  10. parameters = 262
  11. varargslist = 263
  12. fpdef = 264
  13. fplist = 265
  14. stmt = 266
  15. simple_stmt = 267
  16. small_stmt = 268
  17. expr_stmt = 269
  18. augassign = 270
  19. print_stmt = 271
  20. del_stmt = 272
  21. pass_stmt = 273
  22. flow_stmt = 274
  23. break_stmt = 275
  24. continue_stmt = 276
  25. return_stmt = 277
  26. yield_stmt = 278
  27. raise_stmt = 279
  28. import_stmt = 280
  29. import_name = 281
  30. import_from = 282
  31. import_as_name = 283
  32. dotted_as_name = 284
  33. import_as_names = 285
  34. dotted_as_names = 286
  35. dotted_name = 287
  36. global_stmt = 288
  37. exec_stmt = 289
  38. assert_stmt = 290
  39. compound_stmt = 291
  40. if_stmt = 292
  41. while_stmt = 293
  42. for_stmt = 294
  43. try_stmt = 295
  44. with_stmt = 296
  45. with_var = 297
  46. except_clause = 298
  47. suite = 299
  48. testlist_safe = 300
  49. old_test = 301
  50. old_lambdef = 302
  51. test = 303
  52. or_test = 304
  53. and_test = 305
  54. not_test = 306
  55. comparison = 307
  56. comp_op = 308
  57. expr = 309
  58. xor_expr = 310
  59. and_expr = 311
  60. shift_expr = 312
  61. arith_expr = 313
  62. term = 314
  63. factor = 315
  64. power = 316
  65. atom = 317
  66. listmaker = 318
  67. testlist_gexp = 319
  68. lambdef = 320
  69. trailer = 321
  70. subscriptlist = 322
  71. subscript = 323
  72. sliceop = 324
  73. exprlist = 325
  74. testlist = 326
  75. dictmaker = 327
  76. classdef = 328
  77. arglist = 329
  78. argument = 330
  79. list_iter = 331
  80. list_for = 332
  81. list_if = 333
  82. gen_iter = 334
  83. gen_for = 335
  84. gen_if = 336
  85. testlist1 = 337
  86. encoding_decl = 338
  87. yield_expr = 339
  88. sym_name = { }
  89. for _name, _value in globals().items():
  90.     if type(_value) is type(0):
  91.         sym_name[_value] = _name
  92.         continue
  93.  
  94.  
  95. def main():
  96.     import sys as sys
  97.     import token as token
  98.     if len(sys.argv) == 1:
  99.         sys.argv = sys.argv + [
  100.             'Include/graminit.h',
  101.             'Lib/symbol.py']
  102.     
  103.     token.main()
  104.  
  105. if __name__ == '__main__':
  106.     main()
  107.  
  108.